
 
 L o a d   T h e r e m i n o _ C o b o t . e x e 
 
 
 
 V a r i a b l e   N u m e r i c   S l o t C o b o t C o m m a n d s   =   1 
 
 V a r i a b l e   N u m e r i c     S l o t C o b o t R e s p o n s e s   =   2 
 
 ' S l o t T e x t   S l o t C o b o t R e s p o n s e s   =   " E d i t i n g " 
 
 
 
 B u t t o n   1   T e x t   C l o s e A l l 
 
 
 
 S t o p 
 
 
 
 L a b e l   C l o s e A l l 
 
 	 C o b o t S t o p E x e c u t i o n 
 
 	 C o b o t G o t o C e n t e r 
 
 	 C o b o t G o t o H o m e 
 
 	 L o a d   C l o s e A p p s 
 
 R e t u r n 
 
 
 
 L a b e l   C o b o t S t o p E x e c u t i o n 
 
 	 C o b o t C o m m a n d   =   " S t o p E x e c u t i o n " 
 
 	 S e n d C o m m a n d T o C o b o t 
 
 R e t u r n 
 
 
 
 L a b e l   C o b o t G o t o H o m e 
 
 	 C o b o t C o m m a n d   =   " G o t o H o m e " 
 
 	 S e n d C o m m a n d T o C o b o t 
 
 R e t u r n 
 
 
 
 L a b e l   C o b o t G o t o C e n t e r 
 
 	 C o b o t C o m m a n d   =   " G o t o C e n t e r " 
 
 	 S e n d C o m m a n d T o C o b o t 
 
 R e t u r n 
 
 
 
 V a r i a b l e   S t r i n g   C o b o t C o m m a n d 
 
 L a b e l   S e n d C o m m a n d T o C o b o t 
 
 	 S l o t T e x t   S l o t C o b o t C o m m a n d s   =   " " 
 
 	 W a i t   S e c o n d s   0 . 0 5 
 
 	 S l o t T e x t   S l o t C o b o t C o m m a n d s   =   C o b o t C o m m a n d 
 
 	 W a i t   S e c o n d s   0 . 0 5 
 
 	 W a i t C o b o t R e a d y 
 
 R e t u r n 
 
 
 
 L a b e l   W a i t C o b o t R e a d y 
 
 	 W a i t   S l o t T e x t ( S l o t C o b o t R e s p o n s e s )   =   " R e a d y " 
 
 	 
 
 	 ' F o r   v 1   =   0   T o   I n f i n i t y 
 
 	 ' 	 I f   S l o t T e x t ( S l o t C o b o t R e s p o n s e s )   =   " R e a d y " 
 
 	 ' 	 	 E x i t 
 
 	 ' 	 E n d I f 
 
 	 ' N e x t 
 
 	 
 
 	 ' B e e p 
 
 R e t u r n 
 
 
 
 
 
 
 
 
 
 ' E X E C   S l o t T e x t   2   =   " R e a d y " 
 
 